With the increasing requirement of multimedia on websites, we are require to add video and audio players in the websites. We have to build a custom players as per the theme of the website.
Recently I come with a HTML 5 Video player which is highly customizable and that too with the help of simple CSS code. Some of you might have used it , its video js.
HTML5, includes specifications for a video tag, that's meant to allow web developers to add a video to a page in the same way they would add an image. In order for this to work, web browser developers have built video playback functionality into their browsers.
HTML5 video can improve video performance by not requiring a second application (a plugin) to be running, and it will work everywhere.
Video.js is a JavaScript and CSS library that makes it easier to work with and build on HTML5 video. Its is also known as HTML5 Video Player.
To get Video.js running on a web page, just copy the css and javascript into your HTML document, and then the html in the body part and you are ready to show videos on your website.
You can download the source files [download id="6"].